home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / Word-Safari.swf / scripts / frame_9 / DoAction.as < prev   
Text File  |  2008-02-25  |  177b  |  11 lines

  1. onEnterFrame = function()
  2. {
  3.    if(Key.isDown(27))
  4.    {
  5.       _root.victory = true;
  6.       crowChange = "no";
  7.       theWind.stop("Windy");
  8.       gotoAndStop(3);
  9.    }
  10. };
  11.